widget: Ignore non-gestures in _gtk_widget_consumes_motion
authorTimm Bäder <mail@baedert.org>
Thu, 4 Jan 2018 12:15:15 +0000 (13:15 +0100)
committerTimm Bäder <mail@baedert.org>
Thu, 4 Jan 2018 12:15:15 +0000 (13:15 +0100)
commita89e88fc3ec55b5d4fc65e2d59b391b515a72974
tree4da8565099d870189aca20c972b702f67d964f19
parent62ccf8743a1bbadcc7267e9cfeaf94a776e4a606
widget: Ignore non-gestures in _gtk_widget_consumes_motion

priv->event_controllers is a list of all event controllers, which aren't
all GtkGesture subclasses.
gtk/gtkwidget.c